For me the important part was what you mentioned in [1]. That's because even with the additional Linker Flags it would always result in an error like @bryan1anderson posted when building for any iOS simulator.
So the solution is to just not specifically import the framework and also not passing any additional Linker Flags.
Thanks!
Post
Replies
Boosts
Views
Activity
Could you make a list for the required steps from the creation of a new Xcode project to an error-free running app on the simulator? Or elaborate what I forgot / did wrong in my „Steps to reproduce this behavior“? Sorry that I splitted this over 3 comments... and thanks again for your help.
If you try out if it works or not, do you do things that are not listed in my „Steps to reproduce this behavior“?
Thanks for your help!
Hi, thanks for your quick response!
I think I already followed your instructions in your last update.
The last comment regarding the linker errors was „You have to conditionalise the Other Linker Flags build setting based on whether you’re building for the simulator or not. Here’s what that looks like in Xcode:“.
But isn't that what my last two bullet points did? Or is there something else to do?
I also tried selection „iOS“ instead of „iOS or iOS Simulator“, but that didn't change the result...
Exactly the same here :/ Did you find a solution?